Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] odoc (1.5.0) #15805

Merged
merged 2 commits into from
Feb 8, 2020
Merged

Conversation

jonludlam
Copy link
Member

OCaml documentation generator

CHANGES:

Additions

Bugs fixed

CHANGES:

Additions

- Add option to turn warnings into errors (ocaml/odoc#398, Jules Aguillon)

Bugs fixed

- Emit quote before identifier in alias type expr (Fixes ocaml/odoc#391, Anton Bachin)
- Handle generalized open statements introduced in 4.08 (ocaml/odoc#393, Jon Ludlam)
- Refactor error reporting to avoid exiting the program in library code
  (ocaml/odoc#400, Jules Aguillon)
- Build on OCaml 4.10 (ocaml/odoc#408, Jon Ludlam)
@@ -0,0 +1,53 @@
opam-version: "2.0"

version: "dev"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NathanReb I think dune-release should at least check that the version number matches. On the broader subject I still think these fields should be removed but that's another topic. I'll open a proper issue later.

@aantron
Copy link
Contributor

aantron commented Feb 8, 2020

Haven't we run into problems from not having a version field in the past? Have opam and/or Dune been patched so that the issues are gone?

@kit-ty-kate
Copy link
Member

Haven't we run into problems from not having a version field in the past? Have opam and/or Dune been patched so that the issues are gone?

If i recall correctly the issue was unrelated to the version field in opam-repository, only to the version field in the opam file inside the archive.

@kit-ty-kate
Copy link
Member

The revdeps failures are unrelated. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing single-quote for type-variable
3 participants